home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Softwarová Záchrana 3
/
Softwarova-zachrana-3.bin
/
Xteq X-Setup
/
xqdcXSP-Setup-EN.exe
/
{app}
/
plugins
/
XQ W2K Desktop NameSpace MyComp.xpl
< prev
next >
Wrap
Text File
|
2004-02-05
|
1KB
|
42 lines
"FILE"="Xteq Systems X-Setup Plugin 5.0"
"TYPE"="1"
"COUNT"="1"
"UIPATH"="Appearance\Desktop\Icons\'My Computer' Options"
"NAME"="'My Computer' name"
"VERSION"="2.00"
"LANGUAGE"="VBScript"
"OSVERSION"="00010111"
"TEXT 1"="Name"
"DESCRIPTION 1"="Use this plug-in to change the names of "My Computer" on your Windows desktop."
"AUTHOR"="Xteq Systems"
"CONTACTURL"="http://www.xteq.com"
"COPYRIGHT"="Copyright ⌐ Xteq Systems - All Rights Reserved"
"COMMENT 1"="Thanks to Justin Wood (JustinW396@Yahoo.com) for "My Computer" setting!"
Sub Plugin_Initialize
s=RegReadValue("HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\@")
SetUIElement 1,s
End Sub
Sub Plugin_CheckData(ElementIndex)
End Sub
Sub Plugin_Apply(ElementIndex,ElementSubIndex)
s=GetUIElement(1)
Call RegWriteValue("HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\@",s,1)
Call Logoff()
End Sub
Sub Plugin_Terminate
End Sub